Scheduler for WPF
NavigateToAppointment(Boolean,Nullable<DateTime>) メソッド

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > C1Scheduler クラス > NavigateToAppointment メソッド : NavigateToAppointment(Boolean,Nullable<DateTime>) メソッド
If true, means the backward direction; forward direction otherwise.
The start System.DateTime point. If this parameter has no value, navigation will be performed starting from the SelectedDateTime property value.
Navigates the C1Scheduler control to the nearest C1.C1Schedule.Appointment.
シンタックス
'宣言
 
Public Overloads Function NavigateToAppointment( _
   ByVal previous As System.Boolean, _
   ByVal startTime As System.Nullable(Of Date) _
) As System.Boolean
public System.bool NavigateToAppointment( 
   System.bool previous,
   System.Nullable<DateTime> startTime
)

パラメータ

previous
If true, means the backward direction; forward direction otherwise.
startTime
The start System.DateTime point. If this parameter has no value, navigation will be performed starting from the SelectedDateTime property value.

戻り値の型

True if navigation has occurred; False if there are no appointments in the specified direction.
参照

C1Scheduler クラス
C1Scheduler メンバ
オーバーロード一覧